CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hough detection

搜索资源列表

  1. HOUGH_TRANSFORM_FOR_CIRCLE

    0下载:
  2. 本次设计在圆检测中的HOUGH变换前增加预处理过程。结果表明,使用我们提出的算法仍能基本保留传统HOUGH变换的优点,并且对图像场景中的干扰不敏感,在圆周残缺不全的情况下仍能进行正确检测.-The circular design in the detection of pre-treatment before the HOUGH transform process. The results show that our proposed algorithm can still retain the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:95249
    • 提供者:王浩
  1. hough-matlab

    0下载:
  2. Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Hough transform image space and Hough parameter space points- line detection problem in image space to parameter space duality. Through the simple accumul
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:7779
    • 提供者:马立静
  1. hough2

    0下载:
  2. 用MATLAB编程,进行二维图像的哈夫变换直线检测-Using MATLAB programming for two-dimensional image of the Hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1399
    • 提供者:xiaoyang
  1. hough.circle

    0下载:
  2. 介绍了一种圆检测的方法,该方法,基于霍夫变换,并根据圆几何特征可以快速准确的提取出圆中心坐标-Introduction of a circle detection method, based on the Hough transform, and in accordance with the characteristics of circular geometry can be extracted quickly and accurately the circle center coordina
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:6326
    • 提供者:qinchuanhero
  1. Hough_LineDetect_opencv

    0下载:
  2. OPENCV中Hough轉換用於直線偵測之源代碼-Hough transform for line detection in OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:815
    • 提供者:朱小開
  1. Houghcicle.txt

    0下载:
  2. hough变换检测直线和圆,运用hough变换原理检测出来-hough transform linear and circular detection using hough transform detected Principle
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:2084
    • 提供者:jakey0000
  1. CircularEdgeHough_Detection_Matlab

    0下载:
  2. 圆的hough变换边缘检测及提取,Matlab程序,对图像方面的研究和学习有一定帮助。-Hough transform circle edge detection and extraction, Matlab program, the image of research and learning have some help.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:111141
    • 提供者:nickzhlf
  1. 56465416

    0下载:
  2. 介绍一种实用的二维条码识别算法。首先探讨了二维条码的定位与分割算法,利用Hough变换与Sobel边缘检测把条码图像从原始采集的图像中有效地分割出来 然后分析了条码图像经过光学系统的噪声模型,提出了一种计算点扩展函数标准方差的算法 采用Flourier变换自适应地选取阈值去除噪声导致的无效边界,从而得到条码的基本模块。实验结果表明,该算法具有很好的抗噪性,提高了二维条码的识别率。 -A practical two-dimensional barcode recognition algorit
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2279
    • 提供者:黄新
  1. 897979

    0下载:
  2. 介绍一种实用的二维条码识别算法。首先探讨了二维条码的定位与分割算法,利用Hough变换与Sobel边缘检测把条码图像从原始采集的图像中有效地分割出来 然后分析了条码图像经过光学系统的噪声模型,提出了一种计算点扩展函数标准方差的算法 采用Flourier变换自适应地选取阈值去除噪声导致的无效边界,从而得到条码的基本模块。实验结果表明,该算法具有很好的抗噪性,提高了二维条码的识别率。 -A practical two-dimensional barcode recognition algorit
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1595
    • 提供者:黄新
  1. Hough-Circle-Detect3

    0下载:
  2. MATALAB环境下实现Hough变换检测圆-MATALAB environment to achieve Hough transform circle detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:180214
    • 提供者:范若
  1. Photo

    2下载:
  2. 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配;
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-29
    • 文件大小:1991623
    • 提供者:郭东
  1. EdgeContour

    0下载:
  2. 数字图像处理中的基本边缘检测算法的实现,包括Robert、Sobel、Prewitt、Kirsch等边缘检测算子的实现,还包括用Hough变换检测直线。-Digital image processing in the basic edge detection algorithm, including Robert, Sobel, Prewitt, Kirsch edge detection operator such as the realization, but also a straight
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:110261
    • 提供者:caonimabitoo
  1. HoughForCricle

    0下载:
  2. Hough变换在圆检测中的应用,MATLAB程序源代码。-Hough transform in a round Detection, MATLAB source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:14226
    • 提供者:silen
  1. Simulation_System_of_Unknown_Environmen

    0下载:
  2. :以matlab工具箱的形式给出了静态及动态未知环境下移动机器人地图构建的仿真研究平 台。通过分析polaroid6500声纳、电子罗盘、编码器等传感器的工作原理建立了参数可调的传感器 模型。这些传感器为机器人提供位姿及环境信息。在分析已有基于hough变换的线段提取算法的基 础上提出了抑止。杂线段。现象的CIHT[Clus~r Inhibiting Hough Transform]算法.采用cIHT 对声蚋信息作环境特征提取,便于开展基于环境特征的未知环境地图构建算法方面的研究
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:358565
    • 提供者:xuyuhua
  1. CircularHough

    0下载:
  2. Circular Hough是Hough Transform for circle detection,霍夫变换用于圆检测的matlab源码,希望对大家有一定帮助-Circular Hough is the Hough Transform for circle detection, Hough transform for circle detection matlab source, and they hope to have everyone must assist
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1983
    • 提供者:miaosiyi
  1. houghlines

    0下载:
  2. hough算子线检测,houghline函数-hough line detection operator, houghline function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3643
    • 提供者:tsai
  1. spheredetectioninpicture.tar

    0下载:
  2. Sphere detection in image with hough transformation
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-26
    • 文件大小:394202
    • 提供者:aloulou
  1. houghlinedetect

    0下载:
  2. hough 变换实现直线检测 在噪声服从高斯分布的背景中构造信噪比为2、长度为34像素的目标线段;在找出线段所在直线后,在采用固定长线段滑动的方法,确定线段的起始点,最终确定线段的确切位置。-hough transform line detection in the noise to obey Gaussian distribution of the background-noise ratio for the structure 2, with a length of 34 pix
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1107
    • 提供者:fisher
  1. MATLAB

    0下载:
  2. 利用MATLAB实现的一些图像处理程序 有利用HOUGH变换实现圆的检测 也有实现均值处理的以及同台滤波处理还有中值滤波的-The use of MATLAB implementation of a number of image processing procedures have to use HOUGH transform circle detection also realize there is implementation of the deal, as well as the me
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4505
    • 提供者:刘东
  1. lena

    0下载:
  2. 基于hough变换的直线检测(—)。前面的可能是充数的(5个耶,不是所有程序我都有版权的,呵呵)。这个绝对有版权,我的课程设计,拿专业第一名的,站长认真看。看完这些废话可以帮我删了。 lena图,hough变换的前期处理工作,涉及到图像增强,锐化,滤波,二值化等技术,附有算法的详细说明,和使用的各种算子。-Hough transform based line detection (-). In front of the number may be necessary and sufficie
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:203042
    • 提供者:刘涛
« 1 2 3 4 5 67 8 9 10 11 ... 43 »
搜珍网 www.dssz.com